internal/poll.FD.writeUnlock (method)
14 uses
internal/poll (current package)
copy_file_range_unix.go#L61: defer dst.writeUnlock()
fd_mutex.go#L248: func (fd *FD) writeUnlock() {
fd_unix.go#L371: defer fd.writeUnlock()
fd_unix.go#L449: defer fd.writeUnlock()
fd_unix.go#L475: defer fd.writeUnlock()
fd_unix.go#L501: defer fd.writeUnlock()
fd_unix.go#L527: defer fd.writeUnlock()
fd_unix.go#L553: defer fd.writeUnlock()
fd_unix.go#L579: defer fd.writeUnlock()
fd_unix.go#L700: defer fd.writeUnlock()
fd_unix.go#L728: defer fd.writeUnlock()
sendfile_unix.go#L66: defer dstFD.writeUnlock()
splice_linux.go#L132: defer sock.writeUnlock()
writev.go#L20: defer fd.writeUnlock()
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)